Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.Raster.DataContracts Namespace > RasterConvertOptions Structure : FirstPage Property |
[DataMemberAttribute("FirstPage")] public int FirstPage {get; set;}
'Declaration <DataMemberAttribute("FirstPage")> Public Property FirstPage As Integer
'Usage Dim instance As RasterConvertOptions Dim value As Integer instance.FirstPage = value value = instance.FirstPage
[DataMemberAttribute("FirstPage")] public: property int FirstPage { int get(); void set ( int value); }