PdfDestinationBottom Property |
Sets or gets the bottom 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> Bottom { get; set; }
Public Property Bottom As Nullable(Of Double)
Get
Set
Property Value
Type:
NullableDoubleRemarks
Bottom is only used with PageFitMode set to FitRectangle. Otherwise it is
ignored.
See Also