Click or drag to resize

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; }

Property Value

Type: NullableDouble
Remarks
Right is only used with PageFitMode set to FitRectangle. It is ignored otherwise.
See Also