RefreshOptionsSetUseNonStandardRotation Method |
Sets the value for UseNonStandardRotation in 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 RefreshOptions SetUseNonStandardRotation(
bool value
)
Public Function SetUseNonStandardRotation (
value As Boolean
) As RefreshOptions
public:
virtual RefreshOptions^ SetUseNonStandardRotation(
[InAttribute] bool value
) sealed
function SetUseNonStandardRotation(value);
Parameters
- value
- Type: SystemBoolean
Whether we should use rotation in the annotation even if it is not a multiple of 90. Off by default.
Return Value
Type:
RefreshOptions this object, for call chaining
See Also