FieldFlag.READ_ONLY privilege for the field is not working

I am using multiple Pages PDF (XFA Document created by Adobe Live Cycle Designer) and when I tried to set the Read Only Privilege for one of the field, always it is returning “False”. What could be the reason? Here I am sending my code.

bool b = false;

FormEditor frmEditor = new FormEditor(sourcePath,destinationPath);

b =frmEditor.SetFieldAttribute("subjectID",FieldFlag.READ_ONLY);

if(b == true)

{

frmEditor.Save();

}

else

{

Response.Write("Failed");

}

Hi,

Can you please provide the pdf that you are using so that we can more accurately determine the cause of the problem.

Thanks.

Adeel Ahmad
Support Developer
Aspose Changsha Team
http://www.aspose.com/Wiki/default.aspx/Aspose.Corporate/ContactChangsha.html

Hi Ahmad,

Herewith I am attaching the document which I am using. Could you please find out the reason?

Advanced Thanks

-Amar

Hi, Amar,
I have reproduced the error.
We will work on this and hope to support this feature in two weeks.

Best regards.