←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
Objective-C
C++
Java
public bool LoadStamp { get; set; } 
Public Property LoadStamp As Boolean 
@property (nonatomic, assign) BOOL loadStamp 
public boolean getLoadStamp() 
public void setLoadStamp(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.