PdfDestinationLeft Property |
Sets or gets the left extent of the view in PDF page coordinates
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Nullable<double> Left { get; set; }
Public Property Left As Nullable(Of Double)
Get
Set
Property Value
Type:
NullableDoubleRemarks
Left is only used with the following settings of PageFitMode: PointZoom,
FitHeight, and FitRectangle. Otherwise it is ignored. If Left is null, it
means that the current Left extent in the viewer shall be used.
See Also