There was an error while loading. Please reload this page.
Definition:
namespace PixiEditor.Parser; [DataContract] public class SerializableDocument : IEnumerable<SerializableLayer>
The SerializableDocument class contains all information about a document like the layers, swatches and file version
Source Code
Version FileVersion - The version of the file
Version FileVersion
int Width - The width of the document
int Width
int Height - The height of the document
int Height
SwatchCollection Swatches - The swatches of the document stored as a list of System.Drawing.Color
SwatchCollection Swatches
LayerCollection Layers - The layers contained in the document, also accessible through the GetEnumerator() method and through a foreach statement
LayerCollection Layers
GetEnumerator()
foreach
Can also be used to edit the group structure of the document
List<SerializableGroup> Groups - The groups of the document
List<SerializableGroup> Groups
Home
PixiParser
SerializableDocument
SerializableLayer
File Specifications