Accusoft.ImagXpressSdk Namespace > LoadOptionsPdf Class : UseDocumentPageRotation Property |
'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;}
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.