VersionInfoResource
VersionInfoResource class
Version Info resource
public sealed class VersionInfoResource : ResourceBlock
Constructors
Properties
Name |
Description |
override DataSize { get; } |
Gets the resource data size in bytes. |
FileVersion { get; set; } |
Gets or sets the file version. |
HasRealMergedData { get; set; } |
Gets or sets a value indicating whether this instance has real merged data. |
ID { get; set; } |
Gets or sets the unique identifier for the resource. |
override MinimalVersion { get; } |
Gets the minimal required PSD version. |
Name { get; set; } |
Gets or sets the resource name. Pascal string, padded to make the size even (a null name consists of two bytes of 0). |
ReaderName { get; set; } |
Gets or sets the name of the reader. |
Signature { get; } |
Gets the resource signature. Should be always ‘8BIM’. |
Size { get; } |
Gets the resource block size in bytes including its data. |
Version { get; set; } |
Gets or sets the version. |
WriterName { get; set; } |
Gets or sets the name of the writer. |
Methods
Name |
Description |
Save(StreamContainer) |
Saves the resource block to the specified stream. |
virtual ValidateValues() |
Validates the resource values. |
See Also