PageSettings.PrintableArea Propriedade
Definição
Obtém os limites da área imprimível da página para a impressora.Gets the bounds of the printable area of the page for the printer.
public:
property System::Drawing::RectangleF PrintableArea { System::Drawing::RectangleF get(); };
public System.Drawing.RectangleF PrintableArea { get; }
member this.PrintableArea : System.Drawing.RectangleF
Public ReadOnly Property PrintableArea As RectangleF
Valor da propriedade
Um RectangleF que representa o tamanho e a largura, em centésimos de polegada, da área na qual a impressora pode imprimir.A RectangleF representing the length and width, in hundredths of an inch, of the area the printer is capable of printing in.
Comentários
A PrintableArea propriedade retorna o valor correto, independentemente de a orientação da página ser paisagem ou retrato.The PrintableArea property returns the correct value, whether the page orientation is landscape or portrait.
Você pode usar essa propriedade para imprimir fora das margens da página, mas dentro da área imprimível.You can use this property to print outside the margins of the page, but within the printable area.