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