PDFView4NET WinForms Edition
SerialNumber Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : SerialNumber Property
Gets or sets the serial number used to unlock the component.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The serial number for unlocking the evaluation version")>
<DefaultValueAttribute("")>
Public Property SerialNumber As String
'Usage
 
Dim instance As PDFDocument
Dim value As String
 
instance.SerialNumber = value
 
value = instance.SerialNumber
[Category("PDF")]
[Description("The serial number for unlocking the evaluation version")]
[DefaultValue("")]
public string SerialNumber {get; set;}
[Category("PDF")]
[Description("The serial number for unlocking the evaluation version")]
[DefaultValue("")]
public: __property string* get_SerialNumber();
public: __property void set_SerialNumber( 
   string* value
);
[Category("PDF")]
[Description("The serial number for unlocking the evaluation version")]
[DefaultValue("")]
public:
property String^ SerialNumber {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members