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