UIView.ViewPrintFormatter Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un oggetto UIViewPrintFormatter appropriato per l'oggetto UIView.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewPrintFormatter ViewPrintFormatter { [Foundation.Export("viewPrintFormatter")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.ViewPrintFormatter : UIKit.UIViewPrintFormatter
Valore della proprietà
Questo metodo può restituire null
se non è stato possibile creare un oggetto appropriato UIViewPrintFormatter .
- Attributi
Commenti
Questo metodo produce un valore tUIViewPrintFormatter che può essere configurato con le opzioni di layout di pagina desiderate dall'applicazione.
Ogni volta che questo metodo viene chiamato, crea un nuovo UIViewPrintFormatteroggetto .