- Posts: 18
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Submit your requests and polls about new features
PDF Layer Support
IP: 192.168.0.70
13 years 1 week ago #1328
by Chumper
PDF Layer Support was created by Chumper
Any chance for layer support in the future versions?
IP: 192.168.0.70
13 years 1 week ago #1332
by radaee
Replied by radaee on topic PDF Layer Support
what means of layer?
draw somthing over page?
sure, it has. just draw somgthing on canvas in onPageDiaplayed()
draw somthing over page?
sure, it has. just draw somgthing on canvas in onPageDiaplayed()
IP: 192.168.0.70
13 years 1 week ago - 13 years 1 week ago #1338
by Chumper
Replied by Chumper on topic PDF Layer Support
With Layers i mean objects that belong to a certain "optional content group".
See the example below, i inserted two optional Layers inside the pdf.
Take a look at line 25, there are the ocg described.
Please see this link for a little bit more information:;
www.verypdf.com/document/pdf-format-reference/pg_0364.htm
See the example below, i inserted two optional Layers inside the pdf.
Take a look at line 25, there are the ocg described.
Please see this link for a little bit more information:;
www.verypdf.com/document/pdf-format-reference/pg_0364.htm
Last edit: 13 years 1 week ago by d4ng3r.
IP: 192.168.0.70
13 years 1 week ago #1339
by Chumper
Replied by Chumper on topic PDF Layer Support
Would be great to have the following options fot the Page object:
createLayer(String)
deleteLayer(String)
getLayers()
getLayer(String)
hideLayer()
showLayer()
removeFromLayer()
addToLayer()
What do you think?
createLayer(String)
deleteLayer(String)
getLayers()
getLayer(String)
hideLayer()
showLayer()
removeFromLayer()
addToLayer()
What do you think?
IP: 192.168.0.70
13 years 1 week ago #1351
by radaee
Replied by radaee on topic PDF Layer Support
OK, this is not named as Layer but optional content
which can be visible or invisible determinated by SDK.
this feature won't be supported in near feature, and not sure will support in furture.
which can be visible or invisible determinated by SDK.
this feature won't be supported in near feature, and not sure will support in furture.
Time to create page: 0.422 seconds