Click or drag to resize
PMPrinterOverriddenPageSizeCosts Property
Provides a list of page sizes that have a custom cost for this printer or cost profile. Will return null when cost by page size is not enabled, or if costs come from a profile

Namespace: PM90SettingsAPI.Printer
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public List<PMPageSizeOverride> OverriddenPageSizeCosts { get; }

Property Value

Type: ListPMPageSizeOverride
See Also