'Declaration <DefaultValueAttribute("0x0 dpi")> <DescriptionAttribute("The resolution of the template image.")> Public Property TemplateResolution As Vintasoft.Imaging.Resolution
[DefaultValue("0x0 dpi")] [Description("The resolution of the template image.")] public Vintasoft.Imaging.Resolution TemplateResolution { get; set; }
[DefaultValue("0x0 dpi")] [Description("The resolution of the template image.")] public: __property Vintasoft.Imaging.Resolution get_TemplateResolution(); public: __property void set_TemplateResolution(
Vintasoft.Imaging.Resolution value
);
[DefaultValue("0x0 dpi")] [Description("The resolution of the template image.")] public:
property Vintasoft.Imaging.Resolution TemplateResolution { Vintasoft.Imaging.Resolution get(); void set(Vintasoft.Imaging.Resolution value); }
Property Value
If the resolution is empty, template image is considered to have the same resolution as the filled form image; otherwise, the actual value is used.
Default value is Resolution.Empty.
Default value is Resolution.Empty.