Click or drag to resize

PdfDestinationRight Property

Gets or sets the horizontal coordinate of the bottom-right corner of the window expressed in the default user space coordinate system or if the value is to be retained unchanged.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public double? Right { get; set; }

Property Value

NullableDouble
The horizontal coordinate of the bottom-right corner of the window expressed in the default user space coordinate system or if the value is to be retained unchanged.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue cannot be .
InvalidOperationExceptionThe Right can be set only for FitRectangle view type.
See Also