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