Click or drag to resize

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
)

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