Accusoft.PdfXpress6.Net
DestinationLeft Property




Indicates the left edge of the destination.
Syntax
'Declaration
 
Public Property DestinationLeft As Double
'Usage
 
Dim instance As BookmarkContext
Dim value As Double
 
instance.DestinationLeft = value
 
value = instance.DestinationLeft
public double DestinationLeft {get; set;}
public: __property double get_DestinationLeft();
public: __property void set_DestinationLeft( 
   double value
);
public:
property double DestinationLeft {
   double get();
   void set (    double value);
}
Remarks

This property is only relevant if the DestinationFit property value is DestinationFit.Zoom, DestinationFit.Height, DestinationFit.Rectangle, or DestinationFit.BoundingBoxHeight.

Note: First the DestinationFit property must be set, otherwise setting this property will have no effect.

See Also

Reference

BookmarkContext Class
BookmarkContext Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback