C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that determines whether the image data is signed.
public bool Signed { get; set; }
Public Property Signed As Boolean
public bool Signed {get; set;}
@property (nonatomic, assign) BOOL isSigned
public boolean getSigned()
public void setSigned(boolean value)
<br/>get_Signed();<br/>set_Signed(value);<br/>Object.defineProperty('Signed');
true if image data is signed, false if it is not.
To load signed image data set the CodecsLoadInformationEventArgs.Signed property to true.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET