'Declaration <DescriptionAttribute("Indicating whether command uses PdfPage.Rotate property to rotate page.")> <DefaultValueAttribute(True)> Public Property UseRotateProperty As Boolean
[Description("Indicating whether command uses PdfPage.Rotate property to rotate page.")] [DefaultValue(True)] public bool UseRotateProperty { get; set; }
[Description("Indicating whether command uses PdfPage.Rotate property to rotate page.")] [DefaultValue(True)] public: __property bool get_UseRotateProperty(); public: __property void set_UseRotateProperty(
bool value
);
[Description("Indicating whether command uses PdfPage.Rotate property to rotate page.")] [DefaultValue(True)] public:
property bool UseRotateProperty { bool get(); void set(bool value); }