Accusoft.PdfXpress6.Net
HorizontalOffset Property




Gets and sets an indicator of the PageArtifact's HorizontalOffset from the HorizontalAlignment. A value of 0 represents 0 offset from the alignment and a value of 1 represents an offset of 100 percent (of the page's width).
Syntax
'Declaration
 
Public Property HorizontalOffset As Double
'Usage
 
Dim instance As PageArtifactOptions
Dim value As Double
 
instance.HorizontalOffset = value
 
value = instance.HorizontalOffset
public double HorizontalOffset {get; set;}
public: __property double get_HorizontalOffset();
public: __property void set_HorizontalOffset( 
   double value
);
public:
property double HorizontalOffset {
   double get();
   void set (    double value);
}
Remarks

The default value is 0.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback