'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.")> Public Property UsePageRotateProperty As Boolean
[DefaultValue(True)] [Description("A value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.")] public bool UsePageRotateProperty { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.")] public: __property bool get_UsePageRotateProperty(); public: __property void set_UsePageRotateProperty(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the rendered page should be rotated if rotation for page is specified in PDF document.")] public:
property bool UsePageRotateProperty { bool get(); void set(bool value); }
Property Value
Default value is true.