Could someone please explain to me what does this class do?
I have red all about it from here and i still don't understand what does it do.
A small simple example would help me a lot too!
Thanx in advance!
Printable View
Could someone please explain to me what does this class do?
I have red all about it from here and i still don't understand what does it do.
A small simple example would help me a lot too!
Thanx in advance!
All about the Class would be "A type-safe enumeration of possible paper sizes. These sizes are in compliance with IPP 1.1." which is exactly what it looks like (What kind of paper would this page print on)
Thank you!
I understand that those are paper sizes but i dont understand where is this applied, on what object are those paper sizes applied? On some page component, printing objects, ... ??
it's probably something like page.setArratibue() or page.addAttribute()
Yeah, may be that but i need some working piece of code for my presentation. I cannot find any on the web. Well thanks for help, ill mark this resolved and try to think of something!