←Select platform

LoadStamp Property

Summary

Gets or sets a value which indicates whether to attempt to load stamps from file formats that support preview images.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool LoadStamp { get; set; } 
Public Property LoadStamp As Boolean 
public bool LoadStamp {get; set;} 
@property (nonatomic, assign) BOOL loadStamp 
public boolean getLoadStamp() 
public void setLoadStamp(boolean value) 
             
 <br/>get_LoadStamp();<br/>set_LoadStamp(value);<br/>Object.defineProperty('LoadStamp');  
public: 
property bool LoadStamp { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to load the stamp from the file if present, false to ignore the stamp.

Example

For an example, refer to RasterCodecs.ReadThumbnail.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly