PrintSystemObjectLoadMode Enum

Definition

Specifies whether the properties of an object are initialized when the object loads.

public enum class PrintSystemObjectLoadMode
public enum PrintSystemObjectLoadMode
type PrintSystemObjectLoadMode = 
Public Enum PrintSystemObjectLoadMode
Inheritance
PrintSystemObjectLoadMode

Fields

LoadInitialized 2

The properties are initialized during loading.

LoadUninitialized 1

The properties are not initialized during loading.

None 0

Not specified whether the properties are initialized.

Remarks

Use this type in a constructor for the abstract class PrintSystemObject.

Applies to

See also