RefreshOptionsGetUseNonStandardRotation Method |
Gets the value UseNonStandardRotation from the options object
Whether we should use rotation in the annotation even if it is not a multiple of 90. Off by default.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetUseNonStandardRotation()
Public Function GetUseNonStandardRotation As Boolean
public:
virtual bool GetUseNonStandardRotation() sealed
function GetUseNonStandardRotation();
Return Value
Type:
Booleana bool, Whether we should use rotation in the annotation even if it is not a multiple of 90. Off by default..
See Also