Accusoft.ImagXpress13.Net
UseDocumentPageRotation Property




Gets and sets whether PDF page rotation is applied when loading and querying PDF pages.
Syntax
'Declaration
 
Public Property UseDocumentPageRotation As Boolean
'Usage
 
Dim instance As LoadOptionsPdf
Dim value As Boolean
 
instance.UseDocumentPageRotation = value
 
value = instance.UseDocumentPageRotation
public bool UseDocumentPageRotation {get; set;}
public: __property bool get_UseDocumentPageRotation();
public: __property void set_UseDocumentPageRotation( 
   bool value
);
public:
property bool UseDocumentPageRotation {
   bool get();
   void set (    bool value);
}
Remarks

Some PDF pages possess an intrinsic rotation which is a clockwise angle expressed in multiples of 90 degrees. This angle contributes to how page content is presented when displayed or printed.

This property is set to true by default.

When true, the page rotation is considered.

When false, PDF page rotation is ignored.

This property is ignored when UseLegacyPDFSupport is true.

See Also

Reference

LoadOptionsPdf Class
LoadOptionsPdf Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback