Accusoft.PdfXpress7.Net
DestinationRight Property




Indicates the right edge of the destination.
Syntax
'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;}
public: __property double get_DestinationRight();
public: __property void set_DestinationRight( 
   double value
);
public:
property double DestinationRight {
   double get();
   void set (    double value);
}
Remarks

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.

See Also

Reference

BookmarkContext Class
BookmarkContext Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback