Share via


DocumentViewer.OnFitToMaxPagesAcrossCommand Metodo

Definizione

Risponde alle chiamate al metodo FitToMaxPagesAcross.

Overload

OnFitToMaxPagesAcrossCommand()

Risponde alle chiamate al metodo FitToMaxPagesAcross().

OnFitToMaxPagesAcrossCommand(Int32)

Risponde alle chiamate al metodo FitToMaxPagesAcross(Int32).

OnFitToMaxPagesAcrossCommand()

Risponde alle chiamate al metodo FitToMaxPagesAcross().

protected:
 virtual void OnFitToMaxPagesAcrossCommand();
protected virtual void OnFitToMaxPagesAcrossCommand ();
abstract member OnFitToMaxPagesAcrossCommand : unit -> unit
override this.OnFitToMaxPagesAcrossCommand : unit -> unit
Protected Overridable Sub OnFitToMaxPagesAcrossCommand ()

Vedi anche

Si applica a

OnFitToMaxPagesAcrossCommand(Int32)

Risponde alle chiamate al metodo FitToMaxPagesAcross(Int32).

protected:
 virtual void OnFitToMaxPagesAcrossCommand(int pagesAcross);
protected virtual void OnFitToMaxPagesAcrossCommand (int pagesAcross);
abstract member OnFitToMaxPagesAcrossCommand : int -> unit
override this.OnFitToMaxPagesAcrossCommand : int -> unit
Protected Overridable Sub OnFitToMaxPagesAcrossCommand (pagesAcross As Integer)

Parametri

pagesAcross
Int32

Numero di pagine da adattare all'area di contenuto.

Vedi anche

Si applica a