Class VersionInfo
Inheritance
System.Object
VersionInfo
Syntax
public class VersionInfo : ImageResource
Constructors
VersionInfo()
Declaration
VersionInfo(PsdBinaryReader, String)
Declaration
public VersionInfo(PsdBinaryReader reader, string name)
Parameters
Properties
FileVersion
Declaration
public uint FileVersion { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
HasRealMergedData
Declaration
public bool HasRealMergedData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ID
Declaration
public override ResourceID ID { get; }
Property Value
Overrides
ReaderName
Declaration
public string ReaderName { get; set; }
Property Value
Type |
Description |
System.String |
|
Version
Declaration
public uint Version { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
WriterName
Declaration
public string WriterName { get; set; }
Property Value
Type |
Description |
System.String |
|