←Select platform

Signed Property

Summary
Gets or sets a value that determines whether the image data is signed.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool Signed { get; set; } 
@property (nonatomic, assign) BOOL isSigned; 
public boolean getSigned() 
public void setSigned(boolean value) 
public: 
property bool Signed { 
   bool get(); 
   void set (    bool ); 
} 
Signed # get and set (CodecsLoadInformationEventArgs) 

Property Value

true if image data is signed, false if it is not.

Remarks

To load signed image data set the CodecsLoadInformationEventArgs.Signed property to true.

Requirements

Target Platforms

Help Version 22.0.2023.5.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

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