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