'Declaration <DescriptionAttribute("The PDF page scale in X direction.")> <RefreshPropertiesAttribute(All)> <DefaultValueAttribute(1)> Public Property ScaleX As Single
[Description("The PDF page scale in X direction.")] [RefreshProperties(All)] [DefaultValue(1)] public float ScaleX { get; set; }
[Description("The PDF page scale in X direction.")] [RefreshProperties(All)] [DefaultValue(1)] public: __property float get_ScaleX(); public: __property void set_ScaleX(
float value
);
[Description("The PDF page scale in X direction.")] [RefreshProperties(All)] [DefaultValue(1)] public:
property float ScaleX { float get(); void set(float value); }
Property Value
Значение по умолчанию - 1.