Click or drag to resize
PMPageSizeOverride Class
Represents a page size cost that has an overidable properties allowing override of the default on a specific printer or cost profile
Inheritance Hierarchy

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public class PMPageSizeOverride : PMPageSize

The PMPageSizeOverride type exposes the following members.

Constructors
  NameDescription
Public methodPMPageSizeOverride
Allows creation of an override size based on existing PMPageSize
Top
Methods
  NameDescription
Public methodDelete
Deletes this page size. This object will become invalid to use in Page Sizes costs or restrictions
(Inherited from PMPageSize.)
Public methodEdit
Edits the name and default cost for the current page size
(Inherited from PMPageSize.)
Top
Properties
  NameDescription
Public propertyColorCostPerPage
The global color cost for this page size that applies when cost per page size is enabled.
(Inherited from PMPageSize.)
Public propertyDatabaseID
The unique database identifier for this object
(Inherited from PMPageSize.)
Public propertyHeight
Height in standard inches
(Inherited from PMPageSize.)
Public propertyMonoCostPerPage
The global black and white cost for this page size that applies when cost per page size is enabled.
(Inherited from PMPageSize.)
Public propertyName
Friendly page size name
(Inherited from PMPageSize.)
Public propertyOverrideColorCost
The override cost for color pages
Public propertyOverrideMonoCost
The override cost for black and white pages
Public propertyPageSizeID
Inique identifier of page size in database
(Inherited from PMPageSize.)
Public propertyWidth
Width in standard inches
(Inherited from PMPageSize.)
Top
See Also