Layout
Layout()
Initialisiert eine neue Instanz vonLayout Klasse.
public Layout()
Siehe auch
- class Layout
 - namensraum GroupDocs.Viewer.Results
 - Montage GroupDocs.Viewer
 
Layout(string, float, float)
Initialisiert eine neue Instanz vonLayout Klasse.
public Layout(string name, float width, float height)
| Parameter | Typ | Beschreibung | 
|---|---|---|
| name | String | Der Name des Layouts. | 
| width | Single | Die Breite des Layouts in Pixel. | 
| height | Single | Die Höhe des Layouts in Pixel. | 
Ausnahmen
| Ausnahme | Bedingung | 
|---|---|
| ArgumentException | Wann geworfenname ist null oder leer. | 
Siehe auch
- class Layout
 - namensraum GroupDocs.Viewer.Results
 - Montage GroupDocs.Viewer