Commenting properties for Attachment

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

rmcmanamy
User
Posts: 46
Joined: Thu Jun 23, 2005 1:01 pm

Commenting properties for Attachment

Post by rmcmanamy »

Can we access the properties for the attachment comment? It looks like it should have FColor, Opacity, and Type for the icon.

Also if not will this be added into the upcoming release?

Thanks
Rodney McManamy
CADzation
AutoCAD to PDF and DWF Solutions
rmcmanamy@cadzation.com
http://www.cadzation.com
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Commenting properties for Attachment

Post by Vasyl - PDF-XChange »

The following properties are available for usage already, but not described in the SDK Help currently:
"Type" - icon of attachment-comment, possible values: "Default", "Attachment", "Graph", "PaperClip", "Tag".
"FColor" - icon color(RGB),
"Opacity" - ,
"BlendMode" - new feature,
possible values: "Normal", "Multiply", "Screen", "Overlay", "Darken", "Lighten", "ColorDodge", "ColorBurn", "HardLight", "SoftLight", "Difference", "Exclusion", "Hue", "Saturation", "Color", "Luminosity".
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
rmcmanamy
User
Posts: 46
Joined: Thu Jun 23, 2005 1:01 pm

Re: Commenting properties for Attachment

Post by rmcmanamy »

Are they available in the 2.042.4 build or just in the upcoming one?

What's the name for calling it? I tried these and a bunch of other ones in the current build and wasn't getting anything.
Commenting.Attachment
Commenting.Attach

Thanks again.
Rodney McManamy
CADzation
AutoCAD to PDF and DWF Solutions
rmcmanamy@cadzation.com
http://www.cadzation.com
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Commenting properties for Attachment

Post by Vasyl - PDF-XChange »

It is available for 2.042.4 already.
Name example:
"Commenting.FileAttachment.Styles[#<ActiveStyleID_for_AttachComments>].Type"
or by style index:
"Commenting.FileAttachment.Styles[0].Type"
PDF-XChange Co. LTD (Project Developer)

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.