FitRExplicitDestination

FitRExplicitDestination(Page, double, double, double, double)

Erstellt ein lokales explizites Ziel.

public FitRExplicitDestination(Page page, double left, double bottom, double right, double top)
ParameterTypBeschreibung
pagePageDas Objekt der Zielseite.
leftDoubleLinke horizontale Koordinate des sichtbaren Rechtecks.
bottomDoubleUntere vertikale Koordinate des sichtbaren Rechtecks.
rightDoubleRechte horizontale Koordinate des sichtbaren Rechtecks.
topDoubleObere vertikale Koordinate des sichtbaren Rechtecks.

Siehe auch


FitRExplicitDestination(int, double, double, double, double)

Erstellt explizites Remote-Ziel.

public FitRExplicitDestination(int pageNumber, double left, double bottom, double right, double top)
ParameterTypBeschreibung
pageNumberInt32Die Zielseitenzahl des Remote-Dokuments.
leftDoubleLinke horizontale Koordinate des sichtbaren Rechtecks.
bottomDoubleUntere vertikale Koordinate des sichtbaren Rechtecks.
rightDoubleRechte horizontale Koordinate des sichtbaren Rechtecks.
topDoubleObere vertikale Koordinate des sichtbaren Rechtecks.

Siehe auch