Visual Basic (Declaration) | |
---|---|
Public Property LoadStamp As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsThumbnailOptions Dim value As Boolean instance.LoadStamp = value value = instance.LoadStamp |
C# | |
---|---|
public bool LoadStamp {get; set;} |
Property Value
true to load the stamp from the file if present, false to ignore the stamp.For an example, refer to RasterCodecs.ReadThumbnail.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)