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 : AspectHeight Property |
[DataMemberAttribute(Name="AspectHeight", IsRequired=true)] public int AspectHeight {get; set;}
'Declaration <DataMemberAttribute(Name="AspectHeight", IsRequired=True)> Public Property AspectHeight As Integer
'Usage Dim instance As BarcodeWritePdf Dim value As Integer instance.AspectHeight = value value = instance.AspectHeight
[DataMemberAttribute(Name="AspectHeight", IsRequired=true)] public: property int AspectHeight { int get(); void set ( int value); }