Namespace:
bioPDF.PdfWriter
Assembly:
bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Version As String |
C# |
---|
public string Version { get; } |
Visual C++ |
---|
public:
virtual property String^ Version {
String^ get () sealed;
} |
JavaScript |
---|
function get_version();
|
See Also