Visual Basic (Declaration) | |
---|---|
Public Property InfoXResolution As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsOverlayData Dim value As Integer instance.InfoXResolution = value value = instance.InfoXResolution |
C# | |
---|---|
public int InfoXResolution {get; set;} |
Property Value
The overlay image horizontal resolution in pixels per inch. If the Info property of this CodecsOverlayData object is true, you need to set this property to the overlay image horizontal resolution, otherwise ignore.For an example, refer to RasterCodecs.StartOverlay
This property is output.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)