PrinterSettings.PaperSizeCollection.CopyTo(PaperSize[], Int32) Method
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.
Copies the contents of the current PrinterSettings.PaperSizeCollection to the specified array, starting at the specified index.
public:
void CopyTo(cli::array <System::Drawing::Printing::PaperSize ^> ^ paperSizes, int index);
public void CopyTo (System.Drawing.Printing.PaperSize[] paperSizes, int index);
member this.CopyTo : System.Drawing.Printing.PaperSize[] * int -> unit
Public Sub CopyTo (paperSizes As PaperSize(), index As Integer)
Parameters
- paperSizes
- PaperSize[]
A zero-based array that receives the items copied from the PrinterSettings.PaperSizeCollection.
- index
- Int32
The index at which to start copying items.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.