PrintBorderingOptionDetails Class
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.
Represents the list of print bordering options.
public ref class PrintBorderingOptionDetails sealed : IPrintItemListOptionDetails
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintBorderingOptionDetails final : IPrintItemListOptionDetails
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintBorderingOptionDetails : IPrintItemListOptionDetails
Public NotInheritable Class PrintBorderingOptionDetails
Implements IPrintItemListOptionDetails
- Inheritance
- Attributes
- Implements
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
Remarks
Here is a code snippet that shows how to retrieve the object:
// Retrieve the advanced Print Task Options.
PrintTaskOptionDetails printDetailedOptions = PrintTaskOptionDetails.GetFromPrintTaskOptions(printTask.Options);
// Get the object.
PrintBorderingOptionDetails printBorderingOptionDetails =
(PrintBorderingOptionDetails)printDetailedOptions.Options[StandardPrintTaskOptions.Bordering];
Version history
Windows version | SDK version | Value added |
---|---|---|
1803 | 17134 | Description |
1803 | 17134 | WarningText |
Properties
Description |
Gets or sets a description of the print bordering option. |
ErrorText |
Gets or sets the string for an error condition. |
Items |
Gets the list of items for the print bordering options. |
OptionId |
Gets the ID of the print bordering option. |
OptionType |
Gets the option type of the print bordering option. |
State |
Gets or sets the state of the print bordering option. |
Value |
Gets or sets the enumerated value of the print bordering option. |
WarningText |
Gets or sets a string for a warning condition. |
Methods
TrySetValue(Object) |
Sets the value for the print bordering option. |