Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Services.Barcode.DataContracts Namespace > BarcodeWritePdf Class : Rows Property |
[DataMemberAttribute(Name="Rows", IsRequired=true)] public int Rows {get; set;}
'Declaration <DataMemberAttribute(Name="Rows", IsRequired=True)> Public Property Rows As Integer
'Usage Dim instance As BarcodeWritePdf Dim value As Integer instance.Rows = value value = instance.Rows
[DataMemberAttribute(Name="Rows", IsRequired=true)] public: property int Rows { int get(); void set ( int value); }