←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) 
             
  
get_LoadStamp(); 
set_LoadStamp(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize