'Declaration <RefreshPropertiesAttribute(All)> <DescriptionAttribute("The PDF page scale.")> <DefaultValueAttribute(1)> Public Property Scale As Single
[RefreshProperties(All)] [Description("The PDF page scale.")] [DefaultValue(1)] public float Scale { get; set; }
[RefreshProperties(All)] [Description("The PDF page scale.")] [DefaultValue(1)] public: __property float get_Scale(); public: __property void set_Scale(
float value
);
[RefreshProperties(All)] [Description("The PDF page scale.")] [DefaultValue(1)] public:
property float Scale { float get(); void set(float value); }
Property Value
Default value is 1.