'Declaration
<CategoryAttribute("PDF")> <DescriptionAttribute("The path to the PDF file")> <DefaultValueAttribute("")> Public Property FilePath As String
'Usage
Dim instance As PDFDocument Dim value As String instance.FilePath = value value = instance.FilePath
[Category("PDF")] [Description("The path to the PDF file")] [DefaultValue("")] public string FilePath {get; set;}
[Category("PDF")] [Description("The path to the PDF file")] [DefaultValue("")] public: __property string* get_FilePath(); public: __property void set_FilePath( string* value );
[Category("PDF")] [Description("The path to the PDF file")] [DefaultValue("")] public: property String^ FilePath { String^ get(); void set ( String^ value); }