Share via


UIView.ViewPrintFormatter Propriedade

Definição

Retorna um UIViewPrintFormatter apropriado para o 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

Valor da propriedade

Esse método poderá retornar null se um apropriado UIViewPrintFormatter não puder ser criado.

Atributos

Comentários

Esse método produz um tUIViewPrintFormatter que pode ser configurado com as opções de layout de página desejadas pelo aplicativo.

Sempre que esse método é chamado, ele cria um novo UIViewPrintFormatter.

Aplica-se a