'Declaration <DescriptionAttribute("The scale of the document content.")> <DefaultValueAttribute(1)> Public Property ContentScale As Single
[Description("The scale of the document content.")] [DefaultValue(1)] public float ContentScale { get; set; }
[Description("The scale of the document content.")] [DefaultValue(1)] public: __property float get_ContentScale(); public: __property void set_ContentScale(
float value
);
[Description("The scale of the document content.")] [DefaultValue(1)] public:
property float ContentScale { float get(); void set(float value); }