You are viewing limited content. For full access, please sign in.

Question

Question

Its posible delete ONLY image of page(s) but not delete paqe(s), of properties document from library laserfiche (sdk, ra, etc) ?

asked on January 17, 2014

Via code  (thanks Cliff Primmer)

 

Dim docInfo As DocumentInfo = Document.GetDocumentInfo(92732, mySession)

docInfo.DeletePage(1)

 

 

but, to remove page 1, delete image file and txt file of page 1. Its possible Only remove image file for page 1, but not txt file.

 

for example :

previous
Pagina             Path Image                                Size                 Path Text                                    Size
1                       00\00\0D\00000D6C.TIFF      418390             00\00\0D\00000D6C.TXT     3444 
2                       00\00\0D\00000D6D.TIFF      408175             00\00\0D\00000D6D.TXT     3652
3                       00\00\0D\00000D6E.TIFF      420294             00\00\0D\00000D6E.TXT      4864 

next (delete page 1,2,3  only image file , but not txt files)

 

Pagina              Path Text                                    Size
1                  00\00\0D\00000D6C.TXT     3444 
2                  00\00\0D\00000D6D.TXT     3652
3                  00\00\0D\00000D6E.TXT      4864 

 

Its posible via library laserfiche (Sdk, Repository Access, etc)
thanks for the help

 

Propiedades.png
Propiedades.png (34.01 KB)
0 0

Answer

SELECTED ANSWER
replied on January 19, 2014

It can be done by calling PageInfo.ClearPagePart(PagePart.Image) at specified page.

1 0

Replies

replied on January 20, 2014

very thanks.

 
Huazhen Liu
0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.