Accusoft.PdfXpressSdk Namespace > BookmarkContext Class : DestinationRight Property |
'Declaration Public Property DestinationRight As Double
'Usage Dim instance As BookmarkContext Dim value As Double instance.DestinationRight = value value = instance.DestinationRight
public double DestinationRight {get; set;}
This property is only relevant if the DestinationFit property value is DestinationFit.Rectangle.
Note: First the DestinationFit property must be set, otherwise setting this property will have no effect.