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