Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Save Property (CodecsXpsOptions)








Get the object to set the options for saving a raster image as an Open XML Paper Specification (XPS) document.
Syntax
public CodecsXpsSaveOptions Save {get;}
'Declaration
 
Public ReadOnly Property Save As CodecsXpsSaveOptions
'Usage
 
Dim instance As CodecsXpsOptions
Dim value As CodecsXpsSaveOptions
 
value = instance.Save
public CodecsXpsSaveOptions Save {get;}
public CodecsXpsSaveOptions getSave()
 get_Save(); 
public:
property CodecsXpsSaveOptions^ Save {
   CodecsXpsSaveOptions^ get();
}

Property Value

The XPS options used to save Open XML Paper Specification (XPS) documents as a raster image.
Example
For an example, refer to CodecsXpsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsXpsOptions Class
CodecsXpsOptions Members

Error processing SSI file