Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public MarkedObject Title { get; set; } |
Visual Basic |
---|
Public Property Title As MarkedObject Get Set |
Visual C++ |
---|
public: property MarkedObject^ Title { MarkedObject^ get (); void set (MarkedObject^ value); } |