CGPDFOutlineOptions Constructors
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.
Overloads
| Name | Description |
|---|---|
| CGPDFOutlineOptions() |
Creates a new CGPDFOutlineOptions with default (empty) values. |
| CGPDFOutlineOptions(NSDictionary) |
Creates a new CGPDFOutlineOptions from the values that are specified in |
CGPDFOutlineOptions()
Creates a new CGPDFOutlineOptions with default (empty) values.
[Foundation.Preserve(Conditional=true)]
public CGPDFOutlineOptions();
public CGPDFOutlineOptions();
- Attributes
Applies to
CGPDFOutlineOptions(NSDictionary)
Creates a new CGPDFOutlineOptions from the values that are specified in dictionary.
[Foundation.Preserve(Conditional=true)]
public CGPDFOutlineOptions(Foundation.NSDictionary? dictionary);
public CGPDFOutlineOptions(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new CoreGraphics.CGPDFOutlineOptions : Foundation.NSDictionary -> CoreGraphics.CGPDFOutlineOptions
new CoreGraphics.CGPDFOutlineOptions : Foundation.NSDictionary -> CoreGraphics.CGPDFOutlineOptions
Parameters
- dictionary
- NSDictionary
The dictionary to use to populate the properties of this type.
- Attributes