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