Example #1
0
 private bool ShouldSerializePrintDocument()
 {
     return(PrintDocument.ShouldSerialize());
 }
Example #2
0
 private bool ShouldSerializePageSettings()
 {
     return(PrintDocument.ShouldSerialize());
 }