Print3DDevice.PrintSchema Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PrintSchema object for obtaining capabilities and print ticket information.
public:
property PrintSchema ^ PrintSchema { PrintSchema ^ get(); };
PrintSchema PrintSchema();
public PrintSchema PrintSchema { get; }
var printSchema = print3DDevice.printSchema;
Public ReadOnly Property PrintSchema As PrintSchema
Property Value
The PrintSchema object for obtaining capabilities and print ticket information.