[Description("The filename of output PDF document.")] [DefaultValue(null)] public System.String OutputFilename { get; set; }
[Description("The filename of output PDF document.")] [DefaultValue(null)] public: __property System.String get_OutputFilename(); public: __property void set_OutputFilename(
System.String value
);
[Description("The filename of output PDF document.")] [DefaultValue(null)] public:
property System.String OutputFilename { System.String get(); void set(System.String value); }
'Declaration <DescriptionAttribute("The filename of output PDF document.")> <DefaultValueAttribute(null)> Public Property OutputFilename As System.String