LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Id Property (RasterMarkerMetadata)






Gets or sets the marker id. .NET support Silverlight support WinRT support
Syntax
public int Id {get; set;}
'Declaration
 
Public Property Id As Integer
'Usage
 
Dim instance As RasterMarkerMetadata
Dim value As Integer
 
instance.Id = value
 
value = instance.Id
public int Id {get; set;}
 get_Id();
set_Id(value);
public:
property int Id {
   int get();
   void set (    int value);
}

Property Value

ID of the JPEG marker to write. The JPEG markers are uniquely identified by a byte value.
Example
For an example, refer to RasterMarkerMetadata
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

RasterMarkerMetadata Class
RasterMarkerMetadata Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.